lubksb Subroutine

public subroutine lubksb(a, n, np, indx, b)

Arguments

Type IntentOptional Attributes Name
real(kind=wp) :: a(np,np)
integer :: n
integer :: np
real(kind=wp) :: indx(n)
real(kind=wp) :: b(n)